From 4b98df1c9f1678330582b4cff8adadc2e7cf9bc7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 17 Aug 2008 15:55:48 +0000 Subject: [PATCH] Use wfMsgExt() with parsemag instead of wfMsg(). --- includes/Credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Credits.php b/includes/Credits.php index 8f22c446cb..65931c4bba 100644 --- a/includes/Credits.php +++ b/includes/Credits.php @@ -144,7 +144,7 @@ function getContributorCredits($article, $cnt, $showIfMax) { # "ThisSite user(s) A, B and C" if (!empty($user)) { - $user = wfMsg('siteusers', array( $user, count($contributors) ) ); + $user = wfMsgExt('siteusers', array( 'parsemag' ), array( $user, count($contributors) ) ); } # This is the big list, all mooshed together. We sift for blank strings -- 2.20.1